翻訳と辞書
Words near each other
・ Transpacific Route Case
・ Transpacific Yacht Club
・ Transpacific Yacht Race
・ Transpadane Republic
・ TransPanama Trail
・ Transpantaneira
・ Transparallel mind
・ Transparallel processing
・ Transparence (album)
・ Transparency
・ Transparency (album)
・ Transparency (behavior)
・ Transparency (data compression)
・ Transparency (film)
・ Transparency (graphic)
Transparency (human–computer interaction)
・ Transparency (linguistic)
・ Transparency (market)
・ Transparency (philosophy)
・ Transparency (projection)
・ Transparency (telecommunication)
・ Transparency (trade)
・ Transparency and translucency
・ Transparency for Listed Companies Directive
・ Transparency in Armaments
・ Transparency International
・ Transparency International Slovakia
・ Transparency Market Research
・ Transparency of Lobbying, Non-party Campaigning and Trade Union Administration Act 2014
・ Transparency report


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Transparency (human–computer interaction) : ウィキペディア英語版
Transparency (human–computer interaction)

Any change in a computing system, such as new feature or new component, is transparent if the system after change adheres to previous external interface as much as possible while changing its internal behaviour. The purpose is to shield from change all systems (or human users) on the other end of the interface. Confusingly, the term refers to overall ''invisibility'' of the component, it does not refer to ''visibility of component's internals'' (as in white box or open system). The term ''transparent'' is widely used in computing marketing in substitution of the term ''invisible'', since the term ''invisible'' has a bad connotation (usually seen as something that the user can't see and has no control over) while the term ''transparent'' has a good connotation (usually associated with not hiding anything). The vast majority of the times, the term ''transparent'' is used in a misleading way to refer to the actual invisibility of a computing process.
The term is used particularly often with regard to an abstraction layer that is invisible either from its upper or lower neighbouring layer.
Also temporarily used later around 1969 in IBM and Honeywell programming manuals the term referred to a certain computer programming technique. An application code was transparent when it was clear of the low-level detail (such as device-specific management) and contained only the logic solving a main problem. It was achieved through encapsulation – putting the code into modules that hid internal details, making them invisible for the main application.
== Examples ==

For example, the Network File System is transparent, because it introduces the access to files stored remotely on the network in a way uniform with previous local access to a file system, so the user might even not notice it while using the folder hierarchy. The early File Transfer Protocol (FTP) is considerably less transparent, because it requires each user to learn how to access files through an ''ftp'' client.
Similarly, some file systems allow transparent compression and decompression of data, enabling users to store more files on a medium without any special knowledge; some file systems encrypt files transparently. This approach does not require running a compression or encryption utility manually.
In software engineering, it is also considered good practice to develop or use abstraction layers for database access, so that the same application will work with different databases; here, the abstraction layer allows other parts of the program to access the database transparently (see Data Access Object, for example).
In object-oriented programming, transparency is facilitated through the use of interfaces that hide actual implementations done with different underlying classes.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Transparency (human–computer interaction)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.